home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / Internet / Mac-ftp-list-379.txt < prev    next >
Encoding:
Internet Message Format  |  1993-12-08  |  33.5 KB  |  [TEXT/MSWD]

  1. Date: 29 Nov 93 20:52:24 EST
  2. From: bruce grubb <72130.3557@CompuServe.COM>
  3. Subject: [*] mac.ftp.list Version 3.7.9
  4.  
  5. Archive name: mac-ftp-list379.txt
  6. category: communication, text
  7.  
  8. This is the latest version this report and should replace the previous version
  9. of mac-ftp-list.txt.
  10.  
  11. Changes: utsun.s.u-tokyo.ac.jp is now ftp.u-tokyo.ac.jp; mcvert directory
  12.          path added.
  13. Added sites:  
  14.  
  15. This is a update to Mike Gleason's ftp list {He gave me permision to continue 
  16. it}.  It lists a good number of mac anonymous ftp sites with notes on some and 
  17. a little blurb on how to use anonymous ftp.
  18.  
  19. --------------------blurb ends, report commences---------------------------
  20. From: bgrubb@scf.nmsu.edu (Bruce Grubb)
  21. Subject: mac.ftp.list, Version 3.7.9 
  22.  
  23. Here's Version 3.7.9 (Nov 29,1993)
  24.  
  25. Changes: utsun.s.u-tokyo.ac.jp is now ftp.u-tokyo.ac.jp; mcvert directory
  26.          path added.
  27. Added sites:  
  28.  
  29. Note:  Mike Gleason no longer supports this list and has given me his kind 
  30. permision to continue it.
  31.  
  32. Due to numerous requests I will post revisions as needed to the USENET 
  33. newsgroups comp.sys.mac.advocacy comp.sys.mac.misc, comp.sys.mac.apps, and 
  34. comp.sys.mac.games as well as the info-mac archives at sumex-aim.stanford.edu.  
  35. The concept for this document is copyrighted 1991 by Mike Gleason with 
  36. permission to Bruce Grubb for alterations, but may be freely distributed and 
  37. archived.
  38.  
  39. Please send newly discovered sites (with IP numbers and directories to
  40. check if possible), bug fixes, and comments to:
  41.   bgrubb@scf.nmsu.edu
  42.  
  43. For folks new to ftp
  44. ----------------------------------------------------------------------------
  45. The first column of stuff in the data below is the site name.  Usually
  46. you can just run ftp and type open and then the site name.  But some
  47. computers don't like the names (or don't have all of them) and prefer the
  48. next column of stuff, the IP addresses.  If you try the open command with the
  49. IP number and it doesn't bite, it isn't gonna work.  Most mac ftp sites have
  50. encoded their files with BinHex 4.0.  These files will end in the suffix
  51. ".hqx". To decode these files, you can just download them to your mac, and
  52. use Compact Pro or Stuffit to decode them.  THEN, you will need to decompress
  53. them. Files ending in ".cpt" are Compact Pro files, ".sit" files are
  54. Stuffit's. You will probably need both Compact Pro and Stuffit since both
  55. types are common.  When ftp prompts you for a username and password, send
  56. "anonymous" as the username, and your email address as the password, for Mike 
  57. Gleason it would be mgleason@cse.unl.edu.  Here's a sample ftp session:
  58.  
  59. % ftp
  60. ftp> open sumex-aim.stanford.edu
  61. Connected to sumex-aim.stanford.edu.
  62. 220 sumex-aim FTP server (SunOS 4.0/3) ready.
  63. Name (sumex-aim.stanford.edu:mgleason): anonymous
  64. Password (sumex-aim.stanford.edu:anonymous): mgleason@cse.unl.edu
  65. 331 Guest login ok, send mail address (user@host) as password.
  66. 230 Guest connection 17 (of 25) accepted, access restrictions apply.
  67. ftp> cd info-mac
  68. ftp> get ./help/recent-files.txt recentFiles
  69. ftp> get ./game/cumulonimbus.hqx cn.hqx
  70. ftp> quit
  71. % sz cn.hqx
  72.  
  73.  
  74. Power User Notes:
  75. ----------------------------------------------------------------------------
  76. If you want to read a file on a remote site, but don't want download it,
  77. quit ftp, page the file, then restart ftp, try "get myfile.txt -" and ftp
  78. will dump the file to your terminal.  Also exploit ftp's pipe and shell
  79. abilities, like "get myfile.txt |more" will do the same as above, except
  80. using "more" to page the file.
  81.  
  82. If you need to know the IP address of an ftp site, a common unix program
  83. called "nslookup" can help.  With some versions, "nslookup ftp.apple.com" 
  84. would spit out "130.43.2.3."  The reverse is also true, "nslookup 130.43.2.3" 
  85. would print out "ftp.apple.com."  Normally nslookup on an IP address just 
  86. verifies the address as valid and to do a reverse lookup you must reverse the 
  87. address and use the in-addr.arpa domain with the lookup type set to "ANY."
  88.  
  89. Most files you'll get off ftp are in that pain in the butt format, binhex.
  90. Mike Gleason usually downloaded to his unix box, and then used an immensely 
  91. useful utility called "mcvert" to de-binhex them there.  Not only is this 
  92. faster, but it doesn't tie up your own CPU :-)  Stop over to sumex
  93.  {info-mac/cmp directory} and grab it.  After mcvert'ing files, they'll turn 
  94. into files with ".bin" suffix on them, meaning they are in MacBinary format, 
  95. and ready to download.  You can also decompress most archives, using Dik 
  96. Winter's "unpack" program, if you don't mind both more files and bigger files 
  97. to download.
  98.  
  99. WARNING:  make sure that the communication program is in BINARY mode or 
  100. downloading of ".bin" and "unpacked" programs won't work.  For example, 
  101. Kermit's binary mode on some Unix machines is accessed by typing 'kermit -i' 
  102. at the promt.
  103.  
  104. Here's a handy chart to keep track which programs unmangle which formats:
  105.                      .sit  .sit                        unix
  106. Macintosh       .cpt  1.5   dlx  .hqx  .zip  .dd  .lzh  .Z  .pit  .arc  .bin
  107. StuffIt Lite*     D    X     X     X     D          X    X    D     D     X
  108. StuffIt Deluxe*   D    X     X     X     D          X    X    D     D     X
  109. Stuffit Expander  D    D     D     D
  110. SITcomm**         D    X     X     X     D          X    X    D     D     X
  111. ArcMac                                                              X
  112. BinHex 4.0                         X
  113. BinHex 5.0                         X                                      X
  114. Compact Pro       X    D           X
  115. DDExpand               D                       D              D
  116. Disk Doubler           D                       X              X
  117. MacCompress                                              X
  118. MacLHarc                                            X
  119. PackIt                                                        X
  120. UnZip                                    D
  121. ZipIt                                    X
  122.  
  123. Other                .sit  .sit                        unix
  124. computers       .cpt  1.5   dlx  .hqx  .zip  .dd  .lzh  .Z  .pit  .arc  .bin
  125. mcvert (unix)                      X                          X            
  126. PKZIP (DOS)                              X
  127. unpack (unix)     D    X     X                                X
  128. unsitins.exe           D     D
  129.  
  130. D = Decode only
  131. X = Encode and decode
  132.  
  133. * Stuffit Deluxe translators can be used with Stuffit Lite.  Current versions
  134.   are 3.0.7 as of this writing.
  135. ** SITcomm is communications program from Aladdin that uses the Stuffit
  136.    translators.
  137.  
  138. Special note: .hqx files are the ONLY files that can be downloaded in ASCII 
  139. mode; all others must be downloaded in BINARY mode for the file to decompress 
  140. properly.  Otherwise you will get errors like "unreadable file" or "file is 
  141. corrupt" when you try to decompress them.
  142.  
  143. These sites have many mac files, and are still getting new ones:
  144. -----------------------------------------------------------------------------
  145. ezinfo.ethz.ch             129.132.2.72    ./mac                            1
  146. ftp.apple.com              130.43.2.3      /dts                             2
  147. ftp.cso.uiuc.edu           128.174.5.59    /mac/MUG                         3
  148. ftp.funet.fi               128.214.6.100   /pub/mac                         4
  149. irisa.irisa.fr             131.254.2.3     /News/comp.binaries.mac          5
  150. mac.archive.umich.edu      141.211.32.2    /mac                             6
  151. nic.switch.ch              130.59.1.40     /software/mac                    7
  152. sumex-aim.stanford.edu     36.44.0.6       /info-mac                        8
  153. toklab.ics.osaka-u.ac.jp   133.1.12.100    /mac/info-mac/info-mac           9
  154.  
  155. These sites are home to a few specific file(s) or file types:
  156. -----------------------------------------------------------------------------
  157. archives.math.utk.edu      128.169.202.163 /mac (Mathematics)              10
  158. arthur.cs.purdue.edu       128.10.2.1      /pub/trinkle (mac32.tar.Z)     
  159. atlas.chem.utah.edu        ???             /topsoft (Programming?}
  160. aux.support.apple.com      130.43.6.2      / (A/UX stuff)                 
  161. bert.cs.byu.edu            128.187.2.20    /NCSA_Telnet (BYU's version)   
  162. biom3.univ-lyon1.fr        134.214.100.42  /pub/mac (MacMul, GraphMu)     
  163. boombox.micro.umn.edu      128.101.95.95   /pub (gopher, POPmail, more)   
  164. brownvm.brown.edu          128.148.128.40  / (tn3270, term, lpr)          
  165. cambridge.apple.com        ???             /pub {Mac Common LISP}
  166. ccb.ucsf.edu               128.218.1.13    /Pub/Sound_list (sounds!)      
  167. cecelia.media.mit.edu      18.85.0.104     /pub (CSound)                  
  168. chook.cs.adelaide.edu.au   129.127.8.8     /pub/VHDL-Cookbook             
  169. cs.orst.edu                128.193.32.1    /pub/mac (lab-logger)          
  170. d31rz0.stanford.edu        36.76.0.151     /Igor (Igor demos, utilities)  
  171. fiji.wri.com               140.177.10.76   /pub (Mathematica)
  172. ftp.acns.nwu.edu           129.105.113.52  /pub/disinfectant (Disinf HQ)   11
  173.                            129.105.49.1    /pub/tiff (mactonext2.sit.hqx)  11
  174. ftp.cayman.com             143.137.1.2     /pub (GatorBox stuff)          
  175. ftp.cc.purdue.edu          128.210.10.6    /pub/mac (RevRdist)
  176. ftp.dartmouth.edu          129.170.16.54   /pub/mac (Dartmouth XCMDs, etc)
  177. ftp.edvz.uni-linz.ac.at    ???             /pub/mac/system
  178. ftp.embl-heidelberg.de     192.54.41.33    /? (molecular biology)
  179. ftp.gsfc.nasa.gov          ???             /mac (MacSecure.3.1.hqx)       
  180. ftp.ncsa.uiuc.edu          141.142.20.50   /Mac (NCSA Telnet, etc)         12
  181. ftp.primate.wisc.edu       144.92.43.11    /pub/mac (TransSkel & misc)     13
  182. ftp.psi.com                136.161.128.3   /wp (PSIWP, an X.500 client)   
  183. ftp.qualcomm.com           192.35.156.5    / (Eudora)
  184. ftp.utas.edu.au            131.217.10.1    /pub/mac (Mews)                
  185. ftp.uu.net                 192.48.96.9     /languages/abc (ABC prog lang)  14
  186. gaea.kgs.ukans.edu         ???             / (scripting)
  187. geom.umn.edu               128.101.25.35   /stuff/snappea/mac (Snap pea)  
  188. hobbes.lbl.gov             128.3.12.38     /pub/mac (Radiance)            
  189. jagubox.gsfc.nasa.gov      ???             / (A/UX)
  190. ics.uci.edu                128.195.1.1     /mac/think-c                    15
  191. imag.imag.fr               129.88.32.1     /edu/math/mac/Cabri             16
  192. iraun1.ira.uka.de          129.13.10.90    /pub/mac (SingleShare,NewsView)
  193. linc.cis.upenn.edu         130.91.6.8      /pub/NH3.0/mac (Mac NetHack!)  
  194. maddog.llnl.gov            128.115.10.1    /pub (uw.tar.Z unix windows)   
  195. menudo.uh.edu              129.7.1.16      /pub/gene-server/mac (Science) 
  196. microlib.cc.utexas.edu     128.83.1.21     /microlib/mac (Gatekeeper HQ)   17
  197. midway.uchicago.edu        128.135.12.73   /pub/OzTex                     
  198. mojo.ots.utexas.edu        128.83.185.16   /pub/slip/mac/ncsa SLIP telnet 
  199. munnari.oz.au              128.250.1.21    /mac (CAP, Multigate stuff)     18
  200. ncbi.nlm.nih.gov           130.14.20.1     /entrez                         19
  201. neptune.ethz.ch            129.132.101.33  /Oberon/MacII, /XYZ             20
  202. novamail.cerl.uiuc.edu     128.174.180.9   /pub/lime (Lime demo, for MIDI)
  203. oddjob.uchicago.edu        128.135.4.2     /pub/Yerk                      
  204. otter.stanford.edu         36.21.0.104     /mma, /mac (Mathematica)       
  205. pacific.mps.ohio-state.edu 128.146.37.18   /mac (LabanWriter)             
  206. rascal.ics.utexas.edu      128.83.138.20   /mac/virus (Antivirals)         21
  207. ruunfs.fys.ruu.nl          131.211.32.68   /pub/vtools [vs2ps, vs2ris]    
  208. ssyx.ucsc.edu              128.114.133.1   /pub/mac (HyperUnix, ClientDA) 
  209. statlab.uni-heidelberg.de  129.206.113.100 /pub/network (NetWork stuff)   
  210. tau.sm.luth.se             130.240.0.3     /pub/mac/nisus (macros, etc)   
  211. terminator.cc.umich.edu    141.211.164.8   /x500 (maX.500 white pages)    
  212. walrus.wr.usgs.gov         130.118.7.254   /pub/mac {Geology}
  213. zippy.nimh.nih.gov         128.231.98.32   /pub/nih-image (NIH-Image)
  214.  
  215. These sites are shadow/mirror archives (the same stuff) of something else:
  216. -----------------------------------------------------------------------------
  217. archie.au                  139.130.4.6     /micros/mac [sumex, umich]
  218. ccsun.unicamp.br                           / [info-mac] Brazil {slow}
  219. ftp.cs.tu-berlin.de        130.149.17.7    /pub/mac [sumex]                22
  220. ftp.gsfc.nasa.gov          ???             /mac.dir [dftsrv.gov]          
  221. ftp.lth.se                 130.235.20.3    /mac [sumex]                    23
  222. ftp.rrzn.uni-hannover.de   130.75.5.71     /ftp1/mac [sumex] 
  223. ftp.sunet.se               130.238.127.3   /pub/mac [sumex, umich]         24
  224. ftp.u-tokyo.ac.jp          130.69.254.254  /pub/info-mac [sumex]
  225. ftp.uwtc.washington.edu    128.95.202.40   /pub/Macintosh [collection]
  226. ftphost.aukuni.ac.nz       130.216.1.5     /mac [sumex]                    25
  227. garbo.uwasa.fi             128.214.87.1    /mac [funet]                   
  228. giza.cis.ohio-state.edu    128.146.8.61    /pub/oztex [midway]            
  229. grind.isca.uiowa.edu       128.255.40.200  /mac [sumex, umich]             26
  230.                            128.255.21.233                                  26
  231. jyu.fi                     128.214.7.5     /maclib [sumex]                
  232. minnehaha.rhrk.uni-kl.de   131.246.9.95    /pub/mac [sumex]               
  233. mrcnext.cso.uiuc.edu       128.174.201.12  /mac/MUG [ux1]                 
  234. nic.switch.ch              130.59.1.40     /mirror/info-mac [sumex]         7
  235.                                            /mirror/Oberon/MacII [MacOberon] 7
  236. oswego.oswego.edu          129.3.1.1       /pub/mac [sumex]    
  237. pomme.src.umd.edu          128.8.111.252   /info-mac [sumex]               27
  238. rusmv1.rus.uni-stuttgart.de129.69.1.12     /soft/mac [sumex]              
  239. shark.mel.dit.csiro.au     144.110.16.11   /info-mac [sumex]              
  240. src.doc.ic.ac.uk           146.169.3.7     /mac, /public/other3/sumex-mac  28
  241. utsun.s.u-tokyo.ac.jp      133.11.11.11    /Mac, /Mac/info-mac [sumex]    
  242. watmsg.waterloo.edu        129.97.129.9    /pub/oztex [midway]            
  243. wuarchive.wustl.edu        128.252.135.4   /systems/mac {See note}         29
  244.  
  245.  
  246. These sites have just a few mac files:
  247. -----------------------------------------------------------------------------
  248. bode.ee.ualberta.ca        129.128.16.96   /pub/mac                       
  249. eff.org                    192.88.144.3    /pub/mac                       
  250. fs-1.iastate.edu           129.186.151.151 /pub/mac                       
  251. ftp.lu.se                  130.235.132.90  /pub/mac                        30
  252. ftp.nevada.edu             131.216.1.11    /pub/heathers (sounds)         
  253. genbank.bio.net            134.172.1.160   /pub/mac                       
  254. hpcsos.col.hp.com          15.255.240.16   /packet/mac                    
  255. icarus.cns.syr.edu         128.230.1.49    /software/mac (w/ Unix_Mac)    
  256. icarus.riacs.edu           134.12.1.1      /pub                           
  257. mailer.cc.fsu.edu          128.186.6.103   /pub/mac                       
  258. procyon.cis.ksu.edu        129.130.10.80   /pub/Macintosh                 
  259. splicer.cba.hawaii.edu     128.171.17.7    /mac                           
  260. teetot.acusd.edu                ???        /pub/Macintosh/SuperCard
  261. tolsun.oulu.fi             128.214.5.6     /pub/mac                       
  262. ucsd.edu                   128.54.16.1     /midi/software/mac, /pub/mac   
  263.  
  264. These sites have a lot of files, but do not get much new:
  265. -----------------------------------------------------------------------------
  266. f.ms.uky.edu               128.163.128.6   /pub/mac [sumex]               
  267. ftp.bio.indiana.edu        129.79.224.50   / (large science archive)       31
  268. impaqt1.mem.drexel.edu     129.25.10.1     /pub/files/mac                 
  269. joker.optics.rochester.edu 128.151.240.1   /Sounds, /mac                  
  270. kth.se                     130.237.72.201  /macintosh                     
  271. mcsun.eu.net               192.16.202.1    /comp/mac                      
  272. merlin.cs.purdue.edu       128.10.2.3      /pub/mac                       
  273. oak.oakland.edu            ???             /pub2/macintosh
  274. plains.nodak.edu           134.129.111.64  /pub/mac/pub                    32
  275. ra.nrl.navy.mil            128.60.0.21     /MacSciTech                    
  276.  
  277. I can't connect to these sites, which may have mac stuff:
  278. -----------------------------------------------------------------------------
  279. beach.gal.utexas.edu       129.109.1.207   /pub/virus/mac (VMS though)    
  280. peace.waikato.ac.nz        130.217.64.62   anu-news gnu msdos mac ncsa    
  281. saffron.inset.com          192.94.75.2     / (new Sound_list HQ)          
  282. slug.pws.bull.com          128.35.10.203   comp.binaries.mac              
  283.  
  284. Some Miscellaneous sites
  285. -----------------------------------------------------------------------------
  286. csd4.csd.uwm.edu           129.89.7.4      /pub/inet.services.txt
  287. ftp.cpsc.ucalgary.ca       136.159.2.1?    /pub/text.compression.corpus    33
  288. pilot.njin.net             128.6.7.38      /pub/ftp-list (big ftp.list)
  289.  
  290. These sites no longer exist:
  291. -----------------------------------------------------------------------------
  292. apple.com                  130.43.2.2      see ftp.apple.com                2
  293. dartvax.dartmouth.edu      129.170.16.4    see ftp.dartmouth.edu 
  294. dftsrv.gsfc.nasa.gov       128.183.10.3    see ftp.gsfc.nasa.gov
  295. lth.se                     130.235.16.3    see ftp.lth.se                  23
  296. sics.se                    192.16.123.90   see ftp.lth.se                  23
  297. utsun.s.u-tokyo.ac.jp      133.11.11.11    see ftp.u-tokyo.ac.jp
  298. wsmr-simtel20.army.mil     26.2.0.74       see wuarchie.wustl.edu          28
  299.  
  300. Current archie servers (as of Nov 19, 1993):
  301. -----------------------------------------------------------------------------
  302. archie.ac.il              132.65.6.15     Israel
  303. archie.ans.net            147.225.1.10    ANS, New York, USA
  304. archie.au                 139.130.4.6     Deakin University, Geelong,Australia
  305. archie.doc.ic.ac.uk       146.169.11.3    Imperial College, London, UK
  306. archie.edvz.uni-linz.ac.at140.78.3.8      Austria
  307. archie.funet.fi           128.214.6.100   FUnet, Helsinki, Finland
  308. archie.internic.net       198.48.45.10    NJ, USA
  309. archie.kr                 128.134.1.1     Korea
  310. archie.luth.se            130.240.18.4    Sweden
  311. archie.ncu.edu.tw         140.115.19.24   Taiwanese server
  312. archie.rediris.es         130.206.1.2     Spain
  313. archie.rutgers.edu        128.6.18.15     Piscataway, New Jersey, USA
  314. archie.sogang.ac.kr       163.239.1.11    Korean server
  315. archie.sura.net           128.167.254.179 SURAnet, College Park, Maryland, USA
  316. archie.switch.ch          139.59.1.40     SWITCH, Zurich, Switzerland
  317. archie.th-darmstadt.de    1130.83.22.60   Germany
  318. archie.unipi.it           131.114.21.10   Italy
  319. archie.univie.ac.at       131.130.1.23    Austria
  320. archie.unl.edu            129.93.1.14     Lincoln, Nebraska, USA
  321. archie.uqam.ca            132.208.250.10  Canada
  322. archie.wide.ad.jp         133.4.3.6       Japan
  323.  
  324. Old archie servers (Jan 3 1993) that may have gone defunct:
  325. -----------------------------------------------------------------------------
  326. archie.cs.huji.ac.il      132.65.6.5      Hebrew University, Jerusalem,Israel
  327. archie.kuis.kyoto-u.ac.jp 130.54.20.1     Japan
  328. archie.nz                 130.195.9.4     New Zealand server
  329.  
  330. Note: "If you're on the Internet, you can "telnet [site name]" and login in as 
  331. "archie", at which point you'll get basic directions and pointers to other 
  332. Archie machines." (TidBITS#130; Gateways 1: Internet)
  333.  
  334. Notes on some of the above sites:
  335. -----------------------------------------------------------------------------
  336. 1.  ezinfo.ethz.ch (129.132.2.72)   ./mac
  337.     A large European site. While ezinfo is primarily a BBS for Users in 
  338.     Switzerland and Europe, this host also provides anonymous FTP and DECNET
  339.     access to its archives. Preferrably use night hours as the BBS is heavily
  340.     used by local users during daytime hours.  Guest can only see 50% of the 
  341.     menus on the BBS.
  342.     The Macintosh files are taken from comp.binaries.mac, with local
  343.     uploads now and then. Recent files are stored in ./mac/news/ for one
  344.     month before being redistributed in their respective directories.
  345.     HOW TO UPLOAD:  mail .hqx files to danny@ezinfo.ethz.ch
  346.     TRANSFER MODE:  Use ASCII.
  347.     RECENT FILES:   see above.
  348.     HELP:           eis_manager@ezinfo.ethz.ch
  349.  
  350. 2.  ftp.apple.com  (130.43.2.3)  /dts
  351.     Replacing apple.com {apple.apple.com} (130.43.2.2) this is Apple's
  352.     official ftp site to supply the world with System software {up to 7.0.1
  353.     that is}, utilities, technical notes, sample source code, press release
  354.     archives, and developer tools.  Callers outside America are  restricted
  355.     to what they can download. :-(  Also, when new software is placed on
  356.     this site it can quickly become overloaded.
  357.     ALL FILES:     /dts/help/dir-files-all
  358.     RECENT FILES:  /dts/help/dir-files-recent
  359.     HELP:          /help, or mail mjohnson@apple.com.
  360.     TRANSFER MODE: Use ASCII.
  361.  
  362. 3.  ftp.cso.uiuc.edu  (128.174.5.59)  /mac/MUG
  363.     Old name ux1.cso.uiuc.edu.  A local user group has been kind enough to
  364.     store copies of it's disk collection here.  There is a massive amount of
  365.     material to download. New disks have started appearing again, too.  Too
  366.     bad the index files aren't updated regularly, it's a shame to download
  367.     entire disks, and not knowing what's on them.  It also wastes internet
  368.     bandwidth ;-) 
  369.     ALL FILES:     /mac/MUG/0Biglist.MUG
  370.     HELP:          /mac/MUG/0README.MUG
  371.     TRANSFER MODE: Use ASCII.
  372.  
  373. 4.  ftp.funet.fi  (128.214.6.100)  /pub/mac
  374.     A very large European site.  In addition to shadowing Sumex-aim, they get 
  375.     their own original files sometimes.  Non-Europeans shouldn't call often, 
  376.     to keep costs down.  They also serve as an archie host (archie.funet.fi) 
  377.     for Europe. 
  378.     ALL FILES:     /pub/mac/_file.lst
  379.     RECENT FILES:  /pub/mac/ChangeLog
  380.     HELP:          /pub/mac/HELP
  381.     HOW TO UPLOAD: Use ftp to put files into /pub/mac/incoming.
  382.     TRANSFER MODE: Use BINARY (IMAGE).
  383.  
  384. 5.  irisa.irisa.fr  (131.254.2.3)  /News/comp.binaries.mac
  385.     They keep archives of the postings to the comp.binaries.mac newsgroup.  
  386.     The files all stored in one huge directory, so instead of doing an 'ls', 
  387.     get the index file to look at offline. 
  388.     ALL FILES:     /News/comp.binaries.mac/index
  389.     HOW TO UPLOAD: Post to the comp.binaries.mac USENET group.
  390.     TRANSFER MODE: Use ASCII.
  391.  
  392. 6.  mac.archive.umich.edu  (141.211.32.2)  /mac
  393.     This big site has a large number of files, many of them unique.  There are 
  394.     many outline fonts, mostly Adobe type 1's, and a few type 3's and 
  395.     TrueType.  About the only gripe I have is the tremendous number of 
  396.     subdirectories, e.g. /mac/system.extensions/font/adobe.type.three...  but 
  397.     that's a small price to pay for the work they've put in for us leeches :-)
  398.     ALL FILES:     /mac/00help/index.txt
  399.     RECENT FILES:  /mac/00help/newfiles.txt
  400.     IN QUEUE:      Look in the /mac/incoming directory.
  401.     HELP:          /mac/00help
  402.     HOW TO UPLOAD: ftp-put files in the /mac/incoming directory or
  403.                    e-mail to macgifts@mac.archive.umich.edu
  404.                    {e-mail results in crossposting to other archives}
  405.     TRANSFER MODE: Use ASCII for .hqx files, BINARY (IMAGE) for everything 
  406.     else.
  407.  
  408. 7.  nic.switch.ch  (130.59.1.40)  /software/mac  /mirror/info-mac 
  409.                                   /mirror/umich-mac   /mirror/Oberon/MacII
  410.     A pretty large European site. It is a server for academic and research      
  411.     users primarily in Switzerland, but also for the ones in Europe and the  
  412.     rest of the world.                                                   
  413.     There is also an interactive browsing mode available via the SWITCHinfo
  414.     telnet access to nic.switch.ch with login name 'info', no password       
  415.     required. A HyperCard stack offers similar access facilities in a     
  416.     Macintosh way, it can be found in /software/mac/SWITCHinfo.                
  417.     In /software/mac/src is a unique collection of Macintosh software that
  418.     comes with freely redistributable sources.
  419.     ALL FILES:      /0overview/ls-lR (very large, > 3 MBytes!)                 
  420.     RECENT FILES:   /0overview/new-files                                       
  421.     HELP:           /0README or mail to switchinfo@switch.ch
  422.      
  423. 8.  sumex-aim.stanford.edu  (36.44.0.6)  /info-mac
  424.     The king of macintosh ftp sites.  If you want your uploads to get a wide 
  425.     distribution, this is the place to send them to. They also have their own 
  426.     message "list", the info-mac digests.  This is handy for those who don't 
  427.     have USENET access.
  428.     ALL FILES:     /info-mac/help/all-files.txt
  429.     RECENT FILES:  /info-mac/help/recent-files.txt
  430.     HELP:          Look in the /info-mac/help directory, read 'em all.
  431.     HOW TO UPLOAD: email posts or files to info-mac@sumex-aim.stanford.edu
  432.                    emailing to macgifts@mac.archive.umich.edu also works.
  433.     TRANSFER MODE: Use ASCII.
  434.  
  435. 9.  toklab.ics.osaka-u.ac.jp   (133.1.12.100) /mac/info-mac/info-mac
  436.     A good sized Mac site in Japan.  'ls' does not list files so use 'dir' 
  437.     instead.  Files are orginized by date so reading the 00dir.recent and 
  438.     00dir.verbose lists is imperative.  All files are unix compressed .hqx
  439.     (.hqx.Z) and therefore require BINARY (IMAGE) mode to download.
  440.     ALL FILES:     /mac/info-mac/info-mac/00dir.verbose
  441.     RECENT FILES:  /mac/info-mac/info-mac/00dir.recent
  442.     TRANSFER MODE: Use BINARY (IMAGE).
  443.  
  444. 10. archives.math.utk.edu (128.169.202.163) /mac 
  445.     A site for shareware and public domain software suitable for use in
  446.     mathematics education at the college and university level.  Both anonymous
  447.     ftp and gopher access are supported (gopher using port 70).  Gopher access
  448.     also supports WAIS searching of abstracts as well as numerous gopher links
  449.     to other sites of mathematical interest.
  450.  
  451. 11. ftp.acns.nwu.edu  (129.105.113.52 129.105.49.1) /pub/disinfectant or /tiff
  452.     The headquarters of John Norstad's excellent anti-virus program, 
  453.     Disinfectant, the sample code, and some other stuff, like macph. 
  454.     TRANSFER MODE: Use ASCII.
  455.  
  456. 12. ftp.ncsa.uiuc.edu  (141.142.20.50)  /Mac
  457.     Also know as zaphod.ncsa.uiuc.edu.  NCSA keeps Telnet, ContigAsm,
  458.     Contour, DataScope, GelReader, HypercardAnimator, NCSA Image,
  459.     Import2HDF, Layout, & PalEdit here. 
  460.     TRANSFER MODE: Use ASCII.
  461.  
  462. 13. ftp.primate.wisc.edu  (144.92.43.11)  /pub/mac
  463.     Contains some programs by Paul DuBois, and a few other utilities: BlobMgr, 
  464.     FaceLift, Grep, TransSkel,ZoomIdle, MakeWrite, SicnEdit, gnome, and
  465.     psuedo-fpu. 
  466.     TRANSFER MODE: Use ASCII.
  467.  
  468. 14. ftp.uu.net  (192.48.96.9)  /languages/abc
  469.     You can find a mac version of the ABC programming language here, and also 
  470.     a macintosh version of STDWIN as /amiga-sources/stdwin/mac.tar.Z. UUNet 
  471.     also archives huge amounts of other material, like USENET news, GNU stuff, 
  472.     bsd sources, internet specs, popular unix packages, and bug fixes. 
  473.     ALL FILES:     /index/master.Z, /index/master-time.Z
  474.     RECENT FILES:  /index/changes.week.Z, /index/changes.day.1.Z
  475.     IN QUEUE:      /index/incoming.Z
  476.     HELP:          /help, /index/README
  477.     HOW TO UPLOAD: /tmp
  478.     TRANSFER MODE: Use BINARY (IMAGE).
  479.  
  480. 15. ics.uci.edu  (128.195.1.1)  /mac/think-c
  481.     This is the home of the Think C mailing list. You'll find a bunch of Think 
  482.     Class Library stuff here, along with general Think C code, interfaces, and 
  483.     updaters.  Read all the README files in /mac/think-c for more info (and 
  484.     how to get on the mailing list). 
  485.     TRANSFER MODE: Use ASCII.
  486.  
  487. 16. imag.imag.fr  (129.88.32.1)  /pub/CABRI
  488.     Not only is this the home of the CABRI (graph, geometry) software, but 
  489.     they are also nice enough to keep the most recent uploads to 
  490.     comp.binaries.mac, in MacBinary format (yay!). It is recommened that
  491.     CABRI be retrieved from wuarchive.wustl.edu
  492.     TRANSFER MODE: Use BINARY (IMAGE).
  493.  
  494. 17. microlib.cc.utexas.edu  (128.83.1.21)  /microlib/mac
  495.     Headquarters of Chris Johnson's anti-virus utility Gatekeeper.
  496.     Somewhat erratic in getting new or unique files.  You can also subscribe 
  497.     to their mailing list (email to chris@emx.utexas.edu and ask) to get 
  498.     informed when new additions arrive.
  499.     ALL FILES:     /microlib/mac/file-list.txt
  500.     RECENT FILES:  Get the file called "Update-[date]" in /microlib/mac.
  501.     HOW TO UPLOAD: email to macgifts@mac.archive.umich.edu
  502.                    {this also results in cross-posting to other archives.}
  503.     TRANSFER MODE: Use ASCII.
  504.  
  505. 18. munnari.oz.au  (128.250.1.21)  /mac
  506.     Home of Webster Multiport Gateway tools, and other mac networking goodies, 
  507.     like Columbia Appletalk Package, Timelord, & Messages. 
  508.     TRANSFER MODE: Use BINARY (IMAGE).
  509.  
  510. 19. ncbi.nlm.nih.gov  (130.14.20.1)  /entrez
  511.     The NCBI has developed a CD-ROM based system for browsing records in a 
  512.     subset of the NLM's MEDLINE medical bibliographic database. Preliminary 
  513.     Macintosh and MS-Windows versions of the browser program, named Entrez, 
  514.     are posted in the "entrez" directory.  Ordering information for the Entrez 
  515.     CD-ROM is also posted there. 
  516.     HELP:          Contact gish@ncbi.nlm.nih.gov (Warren Gish).
  517.     TRANSFER MODE: Use ASCII.
  518.  
  519. 20. neptune.ethz.ch  (129.132.101.33)  /Oberon/MacII
  520.     Here you can find the MacOberon compiler, and the Geometry program XYZ 
  521.     GeoBench. 
  522.     TRANSFER MODE: Use ASCII.
  523.  
  524. 21. rascal.ics.utexas.edu  (128.83.138.20)  /mac
  525.     rascal is the definitive anti-viral support site.  It is also
  526.     the definitive archive site for MacLayers, DialScript, and
  527.     comp.sys.mac.announce.
  528.  
  529. 22. ftp.cs.tu-berlin.de (130.149.17.7)  /pub/mac
  530.     Also called 'quepasa.cs.tu-berlin'.  Features:  FTP-Users can get folders
  531.     with 'get folder.tar' and get files/folers compressed
  532.     'get file.Z/get folder.tar.Z' {use binary}
  533.     Mail-Server:  mail-server@cs.tu-berlin.de
  534.  
  535. 23. ftp.lth.se  (130.235.20.3)  /mac
  536.     This is a European sumex shadow that has superseded sics.se.  Due to
  537.     people using the site as a gif trading post the ftp upload has been
  538.     eliminted.
  539.     HOW TO UPLOAD: email files to Peter.Moller@dna.lth.se
  540.     TRANSFER MODE: Use ASCII.
  541.  
  542. 24. ftp.sunet.se  (130.238.127.3) /pub/mac
  543.     This Sweden archive mirrors both Info-mac {/pub/mac/info-mac} and Umich
  544.     {/pub/mac/mirror-umich}.  It should be noted that files in /info-mac
  545.     are continuosly moved to the directory /pub/mac, making them simpler to
  546.     reach but also leads to some frustration when one finds directories empty.
  547.     This archive also has large amounts of DOS, Windows and UNIX files.
  548.     INFO:          'arkiv-underh' in the root directory {in Swedish, I think}
  549.     TRANSFER MODE: Use ASCII for .hqx files, BINARY (IMAGE) for everything 
  550.     else.
  551.  
  552. 25. ftphost.aukuni.ac.nz  (130.216.1.5)  /mac
  553.     A shadow archive intended for folks in and around New Zealand. 
  554.     ALL FILES:     /mac/README
  555.     RECENT FILES:  /mac/NEWFILES.TXT
  556.     HELP:          Mail Andrew Knox at macftp@ccu1.aukuni.ac.nz.
  557.     HOW TO UPLOAD: macftp@ccu1.aukuni.ac.nz
  558.     TRANSFER MODE: Use ASCII.
  559.  
  560. 26. grind.isca.uiowa.edu  (128.255.40.200  128.255.21.233)   /mac
  561.     The Iowa Student Computing Association filesystem, five gigabytes and 
  562.     growing! Not only does ISCA have FTP but also a telnet downloading 
  563.     interface (Zmodem, NetZmodem, Kermit, Xmodem, FTP) with search, 
  564.     new_files, and batch downloading, login as 'iscabbs'. 
  565.     ISCA also has one of the largest Internet BBS's at bbs.isca.uiowa.edu,
  566.     they support over 200 users online at once.
  567.     Coming soon: PANDA, the information arcade message system. A quantum
  568.     leap beyond the ordinary BBS experience.
  569.     TRANSFER MODE: Use BINARY.  (MacBinary format)
  570.  
  571. 27. pomme.src.umd.edu (128.8.111.252) /info-mac
  572.     Also named src-aux.src.umd.edu.  On a Mac running A/UX 3.0 this is the
  573.     Institute for Systems Research at the University of Maryland's sumex 
  574.     shadow for UMCP and the east coast and it also adds a few files.
  575.  
  576. 28. src.doc.ic.ac.uk  (146.169.3.7)  /mac
  577.     A London based Info-mac & umich shadow. 
  578.     HELP:          mail ukuug-soft@doc.ic.ac.uk to contact the maintainers.
  579.     TRANSFER MODE: Use ASCII.
  580.  
  581. 29. wuarchive.wustl.edu  (128.252.135.4)  /systems/mac
  582.     This is the de-facto king of shadow archives; it mirrors three mac 
  583.     sites: sumex {/systems/mac/info-mac}, rascal.ics.utexas.edu 
  584.     {/systems/mac/rascal}, and mac.archive.umich.edu {/systems/mac/umich.edu}.  
  585.     It also keeps files long deleted from the archives it shadows 
  586.     {/systems/mac/info-mac/Old.}  Also shadows several non Mac archives.
  587.     The Simtel mirror was "removed due to lack of space.  Most of this
  588.     material had not been updated for several years.  For older Macintosh
  589.     software, please check /mirrors/info-mac/Old." (README file in
  590.     mirrors/macintosh). The directories all cross into one another
  591.     {/systems/mac/info-mac/Old is the same as /mirrors/info-mac/Old for
  592.     example.} so it is very easy to find the shadow archives.  {The
  593.     /mirrors/ route is good for people who want to get to a directory fast.} 
  594.     TRANSFER MODE: Use ASCII for .hqx files, BINARY (IMAGE) for everything 
  595.     else.
  596.  
  597. 30. ftp.lu.se (130.235.132.89)
  598.     Old name was pollux.lu.se.  Roland.Mansson@dna.lth.se (Roland Mansson)
  599.     sent me the following: "ftp.lu.se, which I administrate, will
  600.     unfortunately NOT have many mac files in the future."
  601.     TRANSFER MODE: Use ASCII for .hqx files, BINARY (IMAGE) for everything 
  602.     else.
  603.  
  604. 31. ftp.bio.indiana.edu  (129.79.224.50)  /{see below}
  605.     All sorts of scientific applications, in /biology/mac, /chemistry/mac, 
  606.     /science/mac, and /molbio/mac. 
  607.     HELP:          /archive.doc
  608.     HOW TO UPLOAD: /incoming
  609.     TRANSFER MODE: Use ASCII.
  610.  
  611. 32. plains.nodak.edu  (134.129.111.64)  /pub/mac/pub
  612.     Kind of stale, but they had some stuff I hadn't seen anywhere else. 
  613.     TRANSFER MODE: Use ASCII.
  614.  
  615. 33. ftp.cpsc.ucalgary.ca  (136.159.2.1?)  /pub/text.compression.corpus
  616.     Holds sample files to benchmark compression programs, voyager .gifs, and
  617.     a text editor that predicts what you'll type next in
  618.     /pub/the.reactive.keyboard/mac. 
  619.     TRANSFER MODE: Use BINARY (IMAGE).
  620.  
  621.  
  622.  
  623.